home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / MPW Interfaces & Libraries / AIncludes / Notification.a < prev    next >
Encoding:
Text File  |  1992-01-29  |  603 b   |  30 lines  |  [TEXT/MPS ]

  1. ; Version: 3.03
  2. ; Created: Friday, October 20, 1989 at 9:32:35 PM
  3. ;
  4. ; File:  Notification.a
  5. ;
  6. ; Assembler Interface to the Macintosh Libraries
  7. ; Copyright Apple Computer, Inc. 1989-1991
  8. ; All Rights Reserved
  9.  
  10.     IF &TYPE('__IncludingNotification__') = 'UNDEFINED' THEN
  11. __IncludingNotification__    SET    1
  12.  
  13. nmType            EQU         8
  14.  
  15. NMRec             RECORD      0
  16. qLink             DS.L        1
  17. qType             DS.W        1
  18. nmFlags           DS.W        1
  19. nmPrivate         DS.L        1
  20. nmReserved        DS.W        1
  21. nmMark            DS.W        1
  22. nmIcon           DS.L        1
  23. nmSound           DS.L        1
  24. nmStr             DS.L        1
  25. nmResp            DS.L        1
  26. nmRefCon          DS.L        1
  27. NMRecSize         EQU         *
  28.                   ENDR
  29.  
  30.     ENDIF    ; ...already included